home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dialog / tabdlg3 / sample / generic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-04  |  277 b   |  8 lines

  1. #include "resource.h"
  2.  
  3. int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
  4. BOOL InitApplication(HINSTANCE);
  5. BOOL InitInstance(HINSTANCE, int);
  6. long CALLBACK __export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7. LRESULT __export CALLBACK About(HWND, unsigned, WORD, LONG);
  8.